Drop Python 3.9 support and bump GHA actions to Node.js 24#452
Merged
Conversation
- Remove Python 3.9 from the test matrix, classifiers, requires-python (now >=3.10), and black target-version - Drop the 3.9-only `numpy==1.24` install step and bump docs/install jobs to Python 3.10 - Raise the conda env floors to `python >=3.10` - Bump GitHub Actions to Node.js 24 runtimes: checkout@v5, setup-python@v6, upload-artifact@v6, download-artifact@v7, github-script@v8, setup-micromamba@v3 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The ::set-output workflow command is deprecated and slated for removal from GitHub Actions runners. Write to the $GITHUB_OUTPUT file instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #452 +/- ##
==========================================
- Coverage 94.57% 94.50% -0.08%
==========================================
Files 27 27
Lines 2841 2841
==========================================
- Hits 2687 2685 -2
- Misses 154 156 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Drop Python 3.9
pyproject.toml: remove3.9classifier,requires-python = ">=3.10", droppy39from blacktarget-version.github/workflows/xskillscore_testing.yml: remove3.9from the test matrix and drop the 3.9-onlynumpy==1.24install step; bump the docs-notebooks job to 3.10.github/workflows/xskillscore_installs.yml: bump install job to 3.10ci/{dev,doc,docs_notebooks,minimum-tests}.yml: raise conda floor topython >=3.10Bump GHA actions to Node.js 24
Versions were chosen as the minimal major that runs on Node.js 24 (verified against each action's
action.yml).setup-micromamba@v3is solely the Node 24 bump per its release notes.Validation
pyproject.tomlparse correctlyimport xskillscoresucceeds🤖 Generated with Claude Code